home *** CD-ROM | disk | FTP | other *** search
- #
- # Test class for [incr Tcl] test suite
- # ----------------------------------------------------------------------
- # AUTHOR: Michael J. McLennan Phone: (215)770-2842
- # AT&T Bell Laboratories E-mail: aluxpo!mmc@att.com
- #
- # SCCS: @(#)VirtualErr.tcl 1.1 (7/15/93)
- # ----------------------------------------------------------------------
- # Copyright (c) 1993 AT&T All Rights Reserved
- # ======================================================================
-
- itcl_class VirtualErr {
- #
- # The following inherit statement will cause an error,
- # since it will find the same base class "Foo" inherited
- # from several places.
- #
- inherit Mongrel Foo BarFoo
- }
-